# Download GeeksForGeeks Articles as pdf This script take a link of GeeksForGeeks article as input and download the complete article as a pdf at default download location. ### Prerequisites * selenium * requests * webdriver-manager * Run `pip install -r requirements.txt` to install required external modules. ### How to run the script - Execute `python3 downloader.py` - Type in URL of article when prompted. ### Screenshot/GIF showing the sample use of the script ![Screenshot of the Output](https://github.com/Python-World/python-mini-projects/blob/master/projects/download%20GeeksForGeeks%20articles/screenshot.jpg) ## *Author Name* [Shiv Thakur](https://github.com/ShivSt)